home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2001 / Max Calendar 2001.iso / pc / Data / Utility.dxr / 00174_Rollover Schermata Zoomata .ls < prev    next >
Encoding:
Text File  |  2000-10-16  |  635 b   |  25 lines

  1. on exitFrame
  2.   ImpostaCursori()
  3.   if sprite(11).movieTime < sprite(11).duration then
  4.     channel = rollover()
  5.     repeat with canale = 2 to 9
  6.       if channel = canale then
  7.         if the puppet of sprite canale = 0 then
  8.           puppetSprite(canale, 1)
  9.           Temp = the number of member (the name of member the memberNum of sprite canale & "ACC")
  10.           if Temp > 0 then
  11.             set the memberNum of sprite canale to Temp
  12.           end if
  13.         end if
  14.         next repeat
  15.       end if
  16.       puppetSprite(canale, 0)
  17.     end repeat
  18.     updateStage()
  19.     go(the frame)
  20.   else
  21.     eliminaPuppet()
  22.     play done
  23.   end if
  24. end
  25.